Skip to main content

data formats

Yaml

Human readable data serialization language

Formats

  • Key and value

img

  • List

img

  • Dictionary
    • A collection of key value pairs which are unordered
  • Structure

img

Example - CloudFormation

img

Json

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate

Formats

  • Key and value

img

  • Objects and lists

img

  • Documents

img

Example - CloudFormation

img